<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prl-contact-us-cnt {
	/* background: #f1f1f1;
    border: 1px solid #cccccc; 
    padding:10px;*/
    width:630px;
}

.prl-contact-us-tbl {
	
	
}

/* weird glitch with the last row of the reCaptcha UI */
.prl-contact-us-tbl #recaptcha_table tbody tr:last-child  {
	display:none;
}

/* background for the reCaptcha UI */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color:#f1f1f1 !important;
}

.prl-contact-us-cnt .frm-required-value {
	color:red;
}

.prl-contact-us-cnt .frm-required-value-text {
	color:red;
}

.prl-contact-us-tbl input[type='text']
{	
	padding-left:5px;
	padding-right:0px;	
	margin-left:0px;
	margin-right:0px;	
	width:495px;	
}

.prl-contact-us-tbl select {
	width:502px;	
}

.prl-contact-us-tbl textarea {
	width:495px;	
	margin-right:0px;
	padding-right:0px;	
}


.prl-contact-us-tbl tr {
	
	
}

.prl-contact-us-tbl td {
	padding:5px;
	
}


.prl-contact-us-tbl .frm-title-column {
	width:105px;
	vertical-align:top;
}

.prl-contact-us-tbl  .frm-value-column {
	
}

.prl-contact-us-cnt .frm-btn-cnt input[type='submit'] {
	margin-left:0px;
    margin-top: 10px;
    margin-right: 5px;

}

</pre></body></html>